home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0617 / data.z / rMail.exe / 0 / RCDATA / TFILTPROPFORM / TFILTPROPFORM.txt
Text File  |  1996-10-21  |  2KB  |  133 lines

  1. object FiltPropForm: TFiltPropForm
  2.   Left = 126
  3.   Top = 205
  4.   Width = 391
  5.   Height = 251
  6.   Caption = 'Property Type Filer'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object BitBox1: TBitBox
  15.     Left = 26
  16.     Top = 40
  17.     Width = 185
  18.     Height = 20
  19.     HelpContext = 1
  20.     Caption = 'Property Types'
  21.     TabOrder = 0
  22.     Numeric = 0
  23.     Possible = []
  24.     Selected = []
  25.     Captions.Strings = (
  26.       '(Bit0)'
  27.       '(Bit1)'
  28.       '(Bit2)'
  29.       '(Bit3)'
  30.       '(Bit4)'
  31.       '(Bit5)'
  32.       '(Bit6)'
  33.       '(Bit7)'
  34.       '(Bit8)'
  35.       '(Bit9)'
  36.       '(Bit10)'
  37.       '(Bit11)'
  38.       '(Bit12)'
  39.       '(Bit13)'
  40.       '(Bit14)'
  41.       '(Bit15)')
  42.     Hints.Strings = (
  43.       '(Bit0)'
  44.       '(Bit1)'
  45.       '(Bit2)'
  46.       '(Bit3)'
  47.       '(Bit4)'
  48.       '(Bit5)'
  49.       '(Bit6)'
  50.       '(Bit7)'
  51.       '(Bit8)'
  52.       '(Bit9)'
  53.       '(Bit10)'
  54.       '(Bit11)'
  55.       '(Bit12)'
  56.       '(Bit13)'
  57.       '(Bit14)'
  58.       '(Bit15)')
  59.     MinTextWidth = 13
  60.     MaxTextWidth = 100
  61.   end
  62.   object BitBtn1: TBitBtn
  63.     Left = 292
  64.     Top = 30
  65.     Width = 89
  66.     Height = 33
  67.     TabOrder = 1
  68.     Kind = bkOK
  69.   end
  70.   object BitBtn2: TBitBtn
  71.     Left = 292
  72.     Top = 66
  73.     Width = 89
  74.     Height = 33
  75.     TabOrder = 2
  76.     Kind = bkCancel
  77.   end
  78.   object Toolbar1: TtpToolBar
  79.     Left = 0
  80.     Top = 0
  81.     Width = 383
  82.     Height = 24
  83.     HelpContext = 1
  84.     Align = alTop
  85.     TabOrder = 3
  86.     object VarsButton: TtpToolButton
  87.       Left = 2
  88.       Top = 2
  89.       Width = 36
  90.       Height = 20
  91.       AllowAllUp = True
  92.       GroupIndex = 1
  93.       Caption = 'Vars'
  94.       OnClick = VarsButtonClick
  95.       LeaveSpace = False
  96.     end
  97.     object ClassesButton: TtpToolButton
  98.       Left = 40
  99.       Top = 2
  100.       Width = 60
  101.       Height = 20
  102.       AllowAllUp = True
  103.       GroupIndex = 1
  104.       Caption = 'Classes'
  105.       OnClick = ClassesButtonClick
  106.       LeaveSpace = False
  107.     end
  108.     object MethodsButton: TtpToolButton
  109.       Left = 102
  110.       Top = 2
  111.       Width = 63
  112.       Height = 20
  113.       AllowAllUp = True
  114.       GroupIndex = 1
  115.       Caption = 'Methods'
  116.       OnClick = MethodsButtonClick
  117.       LeaveSpace = False
  118.     end
  119.     object AllButton: TtpToolButton
  120.       Left = 167
  121.       Top = 2
  122.       Width = 23
  123.       Height = 20
  124.       AllowAllUp = True
  125.       GroupIndex = 1
  126.       Down = True
  127.       Caption = 'All'
  128.       OnClick = AllButtonClick
  129.       LeaveSpace = False
  130.     end
  131.   end
  132. end
  133.